Skip to content

Instantly share code, notes, and snippets.

@yassineaboukir
yassineaboukir / List of API endpoints & objects
Last active August 21, 2026 16:27
A list of 3203 common API endpoints and objects designed for fuzzing.
0
00
01
02
03
1
1.0
10
100
1000
<!DOCTYPE html>
<html>
<head>
<title></title>
<meta charset="utf-8" />
<script src="Scripts/jquery-1.9.1.min.js"></script>
<link href="Content/bootstrap.min.css" rel="stylesheet" />
<script src="Scripts/isRockFx.js"></script>
<script>
$(function () {
@stvhwrd
stvhwrd / LeetCodeQuestions.md
Last active August 21, 2026 16:18 — forked from krishnadey30/LeetCodeQuestions.md
Curated List of Top 75 LeetCode
@varqox
varqox / install_debian_with_debootstrap_howto.md
Last active August 21, 2026 16:16
Instructions how to install Debian using debootstrap
@DartPower
DartPower / ms-office-dl-links
Last active August 21, 2026 16:14
MS Office Download Links
@bradtraversy
bradtraversy / claude_crash_snippets.md
Last active August 21, 2026 16:13
Claude Crash Course Snippets

CLI Project Prompt

Create a Node script(index.js) that fetches the top 5 crypto prices from the CoinGecko API and prints them in a clean table — name, current price, 24-hour change. Keep the code clean and organized.

Readability Refactor

Refactor this for readability and maintainability. Split it into
focused ES modules: an api module for the CoinGecko fetch, a format
module for the price and change helpers, and a table module for the
@mzaman
mzaman / AgentRouter.md
Last active August 21, 2026 16:12
AgentRouter: The Definitive Developer Guide

AgentRouter: The Definitive Developer Guide

Unified LLM API Gateway · $200 Free Credits · Zero Subscription Lock-in

TL;DR — AgentRouter is a non-profit, OpenAI-compatible API gateway that aggregates Claude, GPT, Gemini, DeepSeek, and 30+ other models behind a single endpoint. New users get $200 in free credits via referral — no credit card required. Ideal for developers who want model flexibility without juggling five subscriptions.

👉 Claim Your $200 Free Credits → agentrouter.org/register?aff=DWBb


Table of Contents

Large Font Terminal Setup for Omarchy Users

Problem Statement

The default Alacritty terminal font size in Omarchy can be too small for comfortable reading during extended coding sessions. However, simply increasing the global font size breaks TUI applications like btop, lazydocker, and other monitoring tools that rely on compact layouts.

Solution Overview

This guide implements a dual-configuration approach that gives you the best of both worlds:

@aarondfrancis
aarondfrancis / audit-your-codebase.md
Created August 14, 2026 15:20
A read-only, agent-orchestrated codebase audit prompt for data structures, state modeling, algorithms, and ownership.

Audit this entire codebase for materially useful simplifications in its data structures, state representation, control flow, algorithms, and ownership.

This is an audit-only exercise. Do not edit files, run tests, implement recommendations, commit, or push. Read-only inspection commands are allowed.

You are the coordinator. Continue until the complete codebase has been reviewed and the final audit is validated.

  1. Establish the coverage contract

Inspect the repository and inventory every identifiable subsystem.

@ocombe
ocombe / README.md
Last active August 21, 2026 15:55
ChatGPT Conversation Exporter — export all your conversations as JSON + Markdown + ZIP. No dependencies beyond bash, curl, python3.

ChatGPT Conversation Exporter

Export all your ChatGPT conversations as JSON + Markdown + HTML + ZIP. Works with ChatGPT Business/Team/Enterprise accounts (including SSO/Okta).

What's exported

  • JSON — Raw conversation data from the API
  • Markdown — Clean text with headers per message, relative links to downloaded files
  • HTML — ChatGPT-style conversation viewer with sidebar navigation, syntax-highlighted code blocks, and embedded images